home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = tcc +WSOTST1.CFG
- TASM = TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- .asm.obj:
- $(TASM) {$< }
-
-
- # *List Macros*
-
-
- EXE_dependencies = \
- wsotst1.obj \
- isounit.obj \
- twsounit.obj \
- wsotxscr.obj \
- tfsounit.obj \
- fsounit.obj \
- trsounit.obj \
- rsounit.obj \
- txunit.obj \
- msmouse.obj \
- scrnsty.obj \
- keybrd.obj
-
- # *Explicit Rules*
- wsotst1.exe: wsotst1.cfg $(EXE_dependencies)
- $(TLINK) /v/s/c @&&|
- c:\tcpp\lib\c0s.obj+
- wsotst1.obj+
- isounit.obj+
- twsounit.obj+
- wsotxscr.obj+
- tfsounit.obj+
- fsounit.obj+
- trsounit.obj+
- rsounit.obj+
- txunit.obj+
- msmouse.obj+
- scrnsty.obj+
- keybrd.obj
- wsotst1,wsotst1
- c:\tcpp\lib\graphics.lib+
- c:\tcpp\lib\emu.lib+
- c:\tcpp\lib\maths.lib+
- c:\tcpp\lib\cs.lib
- |
-
-
- # *Individual File Dependencies*
- wsotst1.obj: wsotst1.cpp
-
- isounit.obj: isounit.cpp
-
- twsounit.obj: twsounit.cpp
-
- wsotxscr.obj: wsotxscr.cpp
-
- tfsounit.obj: tfsounit.cpp
-
- fsounit.obj: fsounit.cpp
-
- trsounit.obj: trsounit.cpp
-
- rsounit.obj: rsounit.cpp
-
- txunit.obj: txunit.cpp
-
- msmouse.obj: msmouse.cpp
-
- scrnsty.obj: scrnsty.cpp
-
- keybrd.obj: keybrd.cpp
-
- # *Compiler Configuration File*
- wsotst1.cfg: wsotst1.mak
- copy &&|
- -v
- -V
- -vi-
- -wbbf
- -wpin
- -wamb
- -wamp
- -wasm
- -wpro
- -wcln
- -wdef
- -wsig
- -wnod
- -wstv
- -wucp
- -wuse
- -IC:\TCPP\INCLUDE
- -LC:\TCPP\LIB
- | wsotst1.cfg
-
-
-